home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00041_Map Button Sprite Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  83 b   |  7 lines

  1. on mouseUp
  2.   buttonLogic()
  3.   if the result = 1 then
  4.     go("RainMap")
  5.   end if
  6. end
  7.